Automatic Docker-Image building#41
Closed
neooriginal wants to merge 3 commits intoSimpleOpenSoftware:mainfrom
Closed
Automatic Docker-Image building#41neooriginal wants to merge 3 commits intoSimpleOpenSoftware:mainfrom
neooriginal wants to merge 3 commits intoSimpleOpenSoftware:mainfrom
Conversation
Contributor
Author
|
Build fails due to missing access i believe |
AnkushMalaker
requested changes
Jul 22, 2025
Collaborator
AnkushMalaker
left a comment
There was a problem hiding this comment.
The compose changes itself look okay, just not sure about placement of the file
Collaborator
There was a problem hiding this comment.
Would prefer not having one random docker-compose.yml outside while each directory has its own compose file/docker setup. Any specific reason this has to be here?
Collaborator
|
Hey @neooriginal |
Contributor
Author
|
For sure! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant updates to the
advanced-backendproject, including a new Docker-based CI/CD workflow, a simplified README, and enhanced configuration management for the backend services. The changes aim to streamline deployment, improve maintainability, and provide better flexibility for environment-specific configurations.CI/CD Workflow Enhancements:
.github/workflows/docker-build.yml: Added a GitHub Actions workflow to build and push Docker images for the backend and web UI onmainanddevelopbranches, pull requests, and manual triggers. Includes metadata extraction, caching, and multi-platform support.Documentation Updates:
backends/advanced-backend/README.md: Replaced detailed backend setup and architecture documentation with a link to a QuickStart guide hosted in the repository. Simplifies onboarding for new developers.Configuration Improvements:
backends/advanced-backend/docker-compose.yml: Updated environment variables for backend services to use defaults and added new configuration options for audio processing, authentication, transcription providers, LLM providers, and memory services. Improves flexibility and readability. [1] [2]docker-compose.yml: Added a top-leveldocker-compose.ymlfile defining core services (friend-backend,streamlit,qdrant,mongo) and optional services (e.g.,neo4j,ollama,nginx). Includes health checks, restart policies, and resource management.